projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51f2295
)
combobox: Add missing Since tags for entry constructors
author
David King
<amigadave@amigadave.com>
Thu, 22 Aug 2013 19:36:17 +0000
(20:36 +0100)
committer
David King
<amigadave@amigadave.com>
Thu, 22 Aug 2013 19:36:17 +0000
(20:36 +0100)
gtk/gtkcombobox.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcombobox.c
b/gtk/gtkcombobox.c
index b4381ac9ea080683bad5b573b702f14cff5fd404..b0d6055ad94f8dcc4fe380f8dde965a0f88822f8 100644
(file)
--- a/
gtk/gtkcombobox.c
+++ b/
gtk/gtkcombobox.c
@@
-4034,6
+4034,8
@@
gtk_combo_box_new_with_area_and_entry (GtkCellArea *area)
* Creates a new empty #GtkComboBox with an entry.
*
* Return value: A new #GtkComboBox.
+ *
+ * Since: 2.24
*/
GtkWidget *
gtk_combo_box_new_with_entry (void)
@@
-4071,6
+4073,8
@@
gtk_combo_box_new_with_model (GtkTreeModel *model)
* and with the model initialized to @model.
*
* Return value: A new #GtkComboBox
+ *
+ * Since: 2.24
*/
GtkWidget *
gtk_combo_box_new_with_model_and_entry (GtkTreeModel *model)